Sha256: ca96a6573cc9b64372aba31b4aded64c6c468542b450cd8183854bcae7a9083d

Contents?: true

Size: 822 Bytes

Versions: 24

Compression:

Stored size: 822 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MegaphoneFill < 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:
                'M21 10.063V4C21 3.44772 20.5523 3 20 3H19C17.0214 4.97864 13.3027 6.08728 11 6.61281V17.3872C13.3027 17.9127 17.0214 19.0214 19 21H20C20.5523 21 21 20.5523 21 20V13.937C21.8626 13.715 22.5 12.9319 22.5 12 22.5 11.0681 21.8626 10.285 21 10.063ZM5 7C3.89543 7 3 7.89543 3 9V15C3 16.1046 3.89543 17 5 17H6L7 22H9V7H5Z'
            )
          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/megaphone_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/megaphone_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/megaphone_fill.rb