Sha256: cbf6441dde8963fb712f1a8b5ab89e56de1e681e807a06a516b287f209b3c55a

Contents?: true

Size: 983 Bytes

Versions: 24

Compression:

Stored size: 983 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SpeakerFill < 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 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2ZM12 20C14.7614 20 17 17.7614 17 15C17 12.2386 14.7614 10 12 10C9.23858 10 7 12.2386 7 15C7 17.7614 9.23858 20 12 20ZM12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8ZM12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12C13.6569 12 15 13.3431 15 15C15 16.6569 13.6569 18 12 18Z'
            )
          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_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/speaker_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/speaker_fill.rb