Sha256: 0ca01479fc74b6bfa987d8a0aafcb02cd8f7ef3d23fff89ed160ca9628356d35

Contents?: true

Size: 1.4 KB

Versions: 24

Compression:

Stored size: 1.4 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Speaker3Fill < 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 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7ZM18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7ZM18 19C18.5523 19 19 18.5523 19 18C19 17.4477 18.5523 17 18 17C17.4477 17 17 17.4477 17 18C17 18.5523 17.4477 19 18 19ZM6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19ZM12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z'
            )
          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_3_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/speaker_3_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/speaker_3_fill.rb